home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Sharing Fun! I Know My Savior Lives / Sunday Savers: Sharing Fun! I Know My Savior Lives.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1296.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  2.4 KB  |  133 lines

  1. 60
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. ExitWindows 
  6. --- RECORDSEPARATOR ---
  7. Platform:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. Windows
  12. --- RECORDSEPARATOR ---
  13.  
  14. --- RECORDSEPARATOR ---
  15. Descri
  16. --- RECORDSEPARATOR ---
  17. ption:
  18. --- RECORDSEPARATOR ---
  19.  
  20. --- RECORDSEPARATOR ---
  21. baExitWindows exits or restarts Windows.
  22. --- RECORDSEPARATOR ---
  23.  
  24. --- RECORDSEPARATOR ---
  25. Usage:
  26. --- RECORDSEPARATOR ---
  27.  
  28. --- RECORDSEPARATOR ---
  29. baExitWindows( Option )
  30. --- RECORDSEPARATOR ---
  31.  
  32. --- RECORDSEPARATOR ---
  33. Arguments:
  34. --- RECORDSEPARATOR ---
  35.  
  36. --- RECORDSEPARATOR ---
  37. String. 
  38. --- RECORDSEPARATOR ---
  39. Option is the type of exit. Can be: 
  40. --- RECORDSEPARATOR ---
  41. "reboot" 
  42. --- RECORDSEPARATOR ---
  43. reboots the system 
  44. --- RECORDSEPARATOR ---
  45. "restart" 
  46. --- RECORDSEPARATOR ---
  47. restarts Windows 
  48. --- RECORDSEPARATOR ---
  49. "logoff" 
  50. --- RECORDSEPARATOR ---
  51. logs off Windows 
  52. --- RECORDSEPARATOR ---
  53. "shutdown" 
  54. --- RECORDSEPARATOR ---
  55. shuts down the system 
  56. --- RECORDSEPARATOR ---
  57. "poweroff" 
  58. --- RECORDSEPARATOR ---
  59. powers down the system
  60. --- RECORDSEPARATOR ---
  61.  
  62. --- RECORDSEPARATOR ---
  63. Returns:
  64. --- RECORDSEPARATOR ---
  65.  
  66. --- RECORDSEPARATOR ---
  67. Void.
  68. --- RECORDSEPARATOR ---
  69.  
  70. --- RECORDSEPARATOR ---
  71. Examples:
  72. --- RECORDSEPARATOR ---
  73.  
  74. --- RECORDSEPARATOR ---
  75. Director: 
  76. --- RECORDSEPARATOR ---
  77. baExitWindows( "reboot" ) 
  78. --- RECORDSEPARATOR ---
  79. Authorware: 
  80. --- RECORDSEPARATOR ---
  81. baExitWindows( "reboot" )
  82. --- RECORDSEPARATOR ---
  83.  
  84. --- RECORDSEPARATOR ---
  85. Notes:
  86. --- RECORDSEPARATOR ---
  87.  
  88. --- RECORDSEPARATOR ---
  89. Not all versions of Windows support all the restarting options. If a particular 
  90. --- RECORDSEPARATOR ---
  91. function is not available, then another mode will be substituted according to the 
  92. --- RECORDSEPARATOR ---
  93. following table. 
  94. --- RECORDSEPARATOR ---
  95. The system security settings may prohibit some of these options from operating.
  96. --- RECORDSEPARATOR ---
  97.  
  98. --- RECORDSEPARATOR ---
  99. Windows 95/98/ME 
  100. --- RECORDSEPARATOR ---
  101. Windows NT/2000/XP
  102. --- RECORDSEPARATOR ---
  103.  
  104. --- RECORDSEPARATOR ---
  105. "reboot" 
  106. --- RECORDSEPARATOR ---
  107. reboot 
  108. --- RECORDSEPARATOR ---
  109. reboot 
  110. --- RECORDSEPARATOR ---
  111. "restart" 
  112. --- RECORDSEPARATOR ---
  113. restart 
  114. --- RECORDSEPARATOR ---
  115. reboot 
  116. --- RECORDSEPARATOR ---
  117. "shutdown" 
  118. --- RECORDSEPARATOR ---
  119. shutdown 
  120. --- RECORDSEPARATOR ---
  121. shutdown 
  122. --- RECORDSEPARATOR ---
  123. "logoff" 
  124. --- RECORDSEPARATOR ---
  125. logoff 
  126. --- RECORDSEPARATOR ---
  127. logoff 
  128. --- RECORDSEPARATOR ---
  129. "poweroff" 
  130. --- RECORDSEPARATOR ---
  131. poweroff 
  132. --- RECORDSEPARATOR ---
  133. poweroff